PDF4Java Reference Documentation
com.o2sol.pdf4java.pdffunctions Package / PDFExponentialFunction Class / setC0 Method
A double array specifying the function result when input value is 0.
In This Topic
    setC0 Method
    In This Topic
    Sets the function result when input value is 0.
    Syntax
    public void setC0( 
       double[] value
    )

    Parameters

    value
    A double array specifying the function result when input value is 0.
    See Also